When the pages on our free list fall below minfree, the VMM will start to steal pages, which we don't want to happen until the free list has beefed up the number in maxfree. 当我们的空闲列表中的页面下降到minfree之下时,VMM将开始偷取页面,而在空闲列表增大到maxfree中的数目之后,我们希望停止偷取页面。
This paging algorithm determines which virtual memory pages currently in RAM ultimately have their page frames brought back to the free list. 这种分页算法决定对当前位于RAM中的哪些虚拟内存页面的页帧进行回收,并放回到空闲列表中。
The memory shows the amount of swap currently available and the size of the free list ( the number of pages that could be swapped if the RAM were requested). 内存列显示了当前可用的交换区大小和空闲列表的大小(如果对RAM提出请求,可以被交换的页面的数目)。
USED and FREE columns list the total amount of memory from the used list and total amount of memory from the free list. USED和FREE列列出已用列表中的内存总量和空闲列表中的内存总量。
You use list_entry to get at your data object ( to free it back to the kernel pool), and then use list_del to free the entry on the list. 您使用listentry来获取您的数据对象(以便将它释放回内核池),然后使用listdel来释放列表中的条目。
The reason that is probably happening is because your free list ( fre) is probably lower then the threshold for minfree, which you had given it using vmo. 其原因可能因为您的空闲列表(fre)比minfree的阈值(使用vmo进行设定的)要低一些。
Free reports back the amount of pages on the free list. 其中的free列报告了空闲列表中页面的数目。
The block to be freed is then added to the head of the free list for that bucket. 然后,把释放的节点添加到这个bucket的空闲链表的开头。
At the same time, VMM maintains a free list of unallocated page frames, which are used to satisfy page faults. 同时,VMM维护了一个未分配页帧的空闲列表,可以使用该列表来处理缺页的问题。
Fre& The size of your memory free list. fre&内存空闲列表的大小。
Low free list values might indicate that you have a lot of active RAM in use, which might trigger swap space use if you add more processes to the system. 较低的空闲列表值可能表示使用了大量的活动RAM,如果您向该系统中添加更多的进程,那么可能引起交换空间的使用。
If the free list is not empty, the block at the head of the list is returned to the caller. 如果空闲链表非空,那么把链表开头的块返回给调用者。
If the number of pages on your free list falls below the minfree parameter, VMM starts to steal pages ( just to add to the free list), which is not good. 如果空闲列表中的页面数降低到低于minfree参数,那么VMM开始偷取页面(仅仅是为了把页面添加到空闲列表中),这样做并不好。
AIX uses all available memory, except that which is configured to be unallocated and known as the free list. AIX可以使用所有可用的内存,除了那些配置为未分配并用做空闲列表的内存之外。
Please feel free to contribute to this list& it will only yield a better list of resources. 请随意补充此列表&最终会得到一份更完善的参考资源列表。
In the output, even your free list has dropped dangerously low. 在输出结果中,甚至空闲列表也降到非常低的程度。
Finally, the free list represents the blocks that have been erased and are available for use. 最后,free列表包含曾经执行过擦除操作并且可以使用的块。
It continues to do this until the free list has at least the number of pages in the maxfree parameter. 它将继续进行这项操作,直到空闲列表至少包含maxfree参数中指定的页面数。
The VMM has a page-replacement algorithm, which assigns the page frames and determines exactly which virtual-memory pages currently in RAM will have their page frames brought back to the free list. VMM提供了一种页面置换算法,该算法用于分配页帧,以及确定应该将当前RAM中的哪些虚拟内存页面的页帧置换回空闲列表。
VMM also maintains what is referred to as a free list, which is defined as unallocated page frames. VMM还维护一个称为空闲列表的对象,该对象定义为未分配的页帧。
For example, if t is the pool created using the pool interface and m is a pointer allocated from t, then t.free ( m) returns the memory to t ( it's added to t's free list). 例如,如果t是使用pool接口来创建的池,并且m是从t分配的指针,则t.free(m)将把内存返回给t(将其添加到t的空闲内存列表)。
When the SSD receives this new command, it can add the blocks defined to its free list and no longer worry about moving them around as part of wear-leveling. 当SSD收到这个新命令后,它就可以将所定义的那些块添加到其释放列表,不会再担心这些块再成为损耗的一部分。
Feel free to add to the list with your own ideas on how to be happy. 对于如何能让自己快乐,请随时在这份清单上添上你自己的意见。
I spent a week just going through the free transfer list. 我花了几周时间在自由球员名单里找来找去。
There's no claim to ranking or exclusivity here, so leave the nitpicking aside for another day, though feel free to add to our list in the comments section. 需要声明的是,此排名并不分先后且保持开放,因此请不要吹毛求疵,当然你也可以在评论栏自由添加。
Please feel free to send your product list any time. 请发给我们你的产品目录。
Now, what you need to do is simply look through the two lists-the Prohibited Articles List and the Duty free Quota List. Right here. 您所要做的只是查看一下这两个表&违禁品表和免税限额表,在这儿。
Heap segments containing only free list items are freed and the memory is returned to the operating system. 只包含自由列表项的堆片段被释放,内存被返回给操作系统。
I put Ricky Rubio in Free agent list. 我将卢比奥放进了自由球员名单中。
First, we significantly improved the way the runtime manages the free list, thereby making more effective use of fragments. 首先,我们显著改进了运行时管理空闲列表的方式,从而能够更有效地利用碎片。